mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-10 14:59:26 +01:00
component,printers: fix visibility hint
git-svn-id: trunk@17983 -
This commit is contained in:
parent
8c90166eaf
commit
64ba3d191e
@ -139,7 +139,6 @@ type
|
|||||||
|
|
||||||
function GetXDPI: Integer; override;
|
function GetXDPI: Integer; override;
|
||||||
function GetYDPI: Integer; override;
|
function GetYDPI: Integer; override;
|
||||||
function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; override;
|
|
||||||
|
|
||||||
{-------------------------------------------------
|
{-------------------------------------------------
|
||||||
SPECIFIC CUPS METHODS OR PROPERTIES
|
SPECIFIC CUPS METHODS OR PROPERTIES
|
||||||
@ -159,6 +158,7 @@ type
|
|||||||
public
|
public
|
||||||
constructor Create; override;
|
constructor Create; override;
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
|
function Write(const Buffer; Count:Integer; var Written: Integer): Boolean; override;
|
||||||
|
|
||||||
{-------------------------------------------------
|
{-------------------------------------------------
|
||||||
SPECIFIC CUPS METHODS OR PROPERTIES
|
SPECIFIC CUPS METHODS OR PROPERTIES
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user