summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMariusz Dykierek <mariuszdykierek@gmail.com>2012-02-17 15:22:46 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 15:22:46 +0000
commitb8f007d05250258a8d8b5113298867f142af6e09 (patch)
treecf25149d5bb0ce4d9e05110e94892a8900bd32de /sfx2
parentdf69ab8a803f87c85d516bcfcc544c19c94ade85 (diff)
remove extraneous qualifiers that break some compilers
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/printhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx
index 9206d3a1bfee..33b33a679104 100644
--- a/sfx2/source/doc/printhelper.cxx
+++ b/sfx2/source/doc/printhelper.cxx
@@ -511,7 +511,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread
// lock for further using of our member isn't neccessary - because
// we truns alone by defenition. Nobody join for us nor use us ...
- ImplUCBPrintWatcher::moveAndDeleteTemp(&m_pTempFile,m_sTargetURL);
+ moveAndDeleteTemp(&m_pTempFile,m_sTargetURL);
// finishing of this run() method will call onTerminate() automaticly
// kill this thread there!