summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-05-25 09:48:15 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-05-25 09:48:15 +0000
commit4d4de973400649c0f7cf6f6640984a88ae185214 (patch)
treed965e5a2163cb699729bb8c8173bddb0c5a24d07 /basctl
parent7602c2b3c4c0b0fbf3b7ae1aca80e3f6e1d57b58 (diff)
remove warnings
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/inc/dlged.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx
index 2d8420fe59be..f1217351f5f8 100644
--- a/basctl/source/inc/dlged.hxx
+++ b/basctl/source/inc/dlged.hxx
@@ -102,7 +102,7 @@ private:
DECL_LINK( PaintTimeout, Timer * );
DECL_LINK( MarkTimeout, Timer * );
- void DlgEditor::Print( Printer* pPrinter, const String& rTitle );
+ void Print( Printer* pPrinter, const String& rTitle );
protected:
ScrollBar* pHScroll;