summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-12 08:36:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-12 09:02:03 +0100
commitd24df3fc66614eda59d38f6ab409be73f8a20dad (patch)
tree0e8d4a1c123b12b6718b185e338ff6e1d0cb1d09 /include/sfx2/basedlgs.hxx
parentfdo#75757: remove inheritance to std::vector (diff)
downloadcore-d24df3fc66614eda59d38f6ab409be73f8a20dad.tar.gz
core-d24df3fc66614eda59d38f6ab409be73f8a20dad.zip
callcatcher: another round of ResId removals
Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index f718f2208498..6d46b7ad7fb0 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -68,7 +68,6 @@ private:
SAL_DLLPRIVATE void init();
protected:
- SfxModalDialog(Window *pParent, const ResId& );
SfxModalDialog(Window *pParent, const OString& rID, const OUString& rUIXMLDescription);
OUString& GetExtraData() { return aExtraData; }