summaryrefslogtreecommitdiff
path: root/svtools/source/toolpanel/paneltabbar.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
commitfa72a0e94dab1a02c067e8e629f68a548bf2492b (patch)
tree2cb09e00a0cae8a126d9c2cfea279668d0e45e98 /svtools/source/toolpanel/paneltabbar.cxx
parentcc725643fded8c9237403f12bb6eed9d964e55c9 (diff)
Remove unused code
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
Diffstat (limited to 'svtools/source/toolpanel/paneltabbar.cxx')
-rw-r--r--svtools/source/toolpanel/paneltabbar.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/source/toolpanel/paneltabbar.cxx b/svtools/source/toolpanel/paneltabbar.cxx
index 05902d707c7e..710e7f778bee 100644
--- a/svtools/source/toolpanel/paneltabbar.cxx
+++ b/svtools/source/toolpanel/paneltabbar.cxx
@@ -251,6 +251,7 @@ namespace svt
}
+#if defined WNT
//= NWFTabItemRenderer - declaration
class NWFTabItemRenderer : public ITabBarRenderer
@@ -335,7 +336,7 @@ namespace svt
(void)i_rItemRect;
(void)i_nItemFlags;
}
-
+#endif
//= PanelTabBar_Impl