diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-05-25 09:48:15 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-05-25 09:48:15 +0000 |
commit | 4d4de973400649c0f7cf6f6640984a88ae185214 (patch) | |
tree | d965e5a2163cb699729bb8c8173bddb0c5a24d07 /basctl/source/inc/dlged.hxx | |
parent | 7602c2b3c4c0b0fbf3b7ae1aca80e3f6e1d57b58 (diff) |
remove warnings
Diffstat (limited to 'basctl/source/inc/dlged.hxx')
-rw-r--r-- | basctl/source/inc/dlged.hxx | 2 |
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; |