summaryrefslogtreecommitdiff
path: root/cui/source/options/optbasic.cxx
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-08-14 12:56:39 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:59 +0200
commit82a4ad7a5c18801c64a28e9df6a96c0e1abf5b64 (patch)
treeb0c6944080ba45b6a4fd0685c9f670ba339c9a0c /cui/source/options/optbasic.cxx
parent9b534193a3132764f7c5a659025ab2c49bfb2605 (diff)
GSOC work, renaming + options fix
Options now work correctly: I've added the missing function. Rename: renamed some variables and methods to kep the consistence( Autocorrect keywords -> Autocorrect). Change-Id: I6b4914575f1a06eb3268c133b8b990364e3d24e4
Diffstat (limited to 'cui/source/options/optbasic.cxx')
-rw-r--r--cui/source/options/optbasic.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cui/source/options/optbasic.cxx b/cui/source/options/optbasic.cxx
index 717f526854d2..21026b302782 100644
--- a/cui/source/options/optbasic.cxx
+++ b/cui/source/options/optbasic.cxx
@@ -155,4 +155,10 @@ SfxTabPage* SvxBasicIDEOptionsPage::Create( Window* pParent, const SfxItemSet& r
return ( new SvxBasicIDEOptionsPage( pParent, rAttrSet ) );
}
+void SvxBasicIDEOptionsPage::FillUserData()
+{
+ OUString aUserData;
+ SetUserData( aUserData );
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */