summaryrefslogtreecommitdiff
path: root/sdext/source
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2013-07-07 10:52:38 +0200
committerPetr Mladek <pmladek@suse.cz>2013-07-09 10:10:39 +0000
commit1a44cf5f6d5a8da224a2e10febaf5b9c989eb9f3 (patch)
treece86ca8be2e21192ecc7618d65be9471f6b39d84 /sdext/source
parentd37df8a7e1212560e896620b6fb5abb9db250306 (diff)
Remove warning by using the right printf commands
Change-Id: Id476a0eb1f5965098c8cc2e2847547b1d23387eb Reviewed-on: https://gerrit.libreoffice.org/4753 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'sdext/source')
-rw-r--r--sdext/source/presenter/PresenterWindowManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx
index fddf3e53554e..c3813fd0bc1b 100644
--- a/sdext/source/presenter/PresenterWindowManager.cxx
+++ b/sdext/source/presenter/PresenterWindowManager.cxx
@@ -345,7 +345,7 @@ void SAL_CALL PresenterWindowManager::focusGained (const css::awt::FocusEvent& r
{
ThrowIfDisposed();
(void)rEvent;
- OSL_TRACE("PresenterWindowManager::focusGained window %x\n",
+ OSL_TRACE("PresenterWindowManager::focusGained window %p\n",
rEvent.Source.get());
}