summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 11:11:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 11:11:43 +0000
commit291b5fe139de78f48183c844453ba64a047b88b4 (patch)
tree79d86d174c31c15f7500e6e7e23b7f847fecf7cb
parent138ae3f26c5b40c586bff415b97bf05d8d037c8e (diff)
#i10000# initResolution( NSWindow* ) declaration missing
-rw-r--r--vcl/aqua/inc/salgdi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/aqua/inc/salgdi.h b/vcl/aqua/inc/salgdi.h
index fd578e8808c2..23a01c6c695a 100644
--- a/vcl/aqua/inc/salgdi.h
+++ b/vcl/aqua/inc/salgdi.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: salgdi.h,v $
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
* This file is part of OpenOffice.org.
*
@@ -157,6 +157,7 @@ public:
void SetPrinterGraphics( CGContextRef, long nRealDPIX, long nRealDPIY, double fFakeScale );
void SetVirDevGraphics( CGLayerRef, CGContextRef, int nBitDepth = 0 );
+ void initResolution( NSWindow* );
void updateResolution();
bool IsWindowGraphics() const { return mbWindow; }