summaryrefslogtreecommitdiffstats
path: root/svtools/inc
diff options
context:
space:
mode:
authorSzabolcs Dezsi <dezsiszabi@hotmail.com>2012-02-17 21:47:49 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 21:47:49 +0000
commitada6350a7cdf4984eb3ead31d938004bf9177ae8 (patch)
treefbe87fb987240955c6bfdbe3555ce1bd76393854 /svtools/inc
parentRemove unused code in SvxSearchDialog (diff)
downloadcore-ada6350a7cdf4984eb3ead31d938004bf9177ae8.tar.gz
core-ada6350a7cdf4984eb3ead31d938004bf9177ae8.zip
Removed unused code from svl and sfx2
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/wallitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/wallitem.hxx b/svtools/inc/svtools/wallitem.hxx
index a27dd11be030..feaec1c97239 100644
--- a/svtools/inc/svtools/wallitem.hxx
+++ b/svtools/inc/svtools/wallitem.hxx
@@ -57,7 +57,7 @@ public:
virtual CreateSvxBrushTabPage GetBackgroundTabpageCreateFunc() = 0;
virtual GetSvxBrushTabPageRanges GetBackgroundTabpageRanges() = 0;
static SfxBrushItemLink* Get() { return *(SfxBrushItemLink**)GetAppData(SHL_BRUSHITEM); }
- static void Set( SfxBrushItemLink* pLink );
+ //static void Set( SfxBrushItemLink* pLink );
};
#endif // _SFX_BRUSHITEMLINK_DECLARED