summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-27 00:06:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 09:56:06 +0100
commitfa19c5ec0844456a485cb7eb4a64f9d9c6d678bf (patch)
treea2426854601f2dff447fee8438badd1397959667 /unotools/inc
parenthonour AR the same as CXX/CC (diff)
downloadcore-fa19c5ec0844456a485cb7eb4a64f9d9c6d678bf.tar.gz
core-fa19c5ec0844456a485cb7eb4a64f9d9c6d678bf.zip
callcatcher: various
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/moduleoptions.hxx3
-rw-r--r--unotools/inc/unotools/startoptions.hxx16
2 files changed, 0 insertions, 19 deletions
diff --git a/unotools/inc/unotools/moduleoptions.hxx b/unotools/inc/unotools/moduleoptions.hxx
index a2b89f98528b..febf4f63f862 100644
--- a/unotools/inc/unotools/moduleoptions.hxx
+++ b/unotools/inc/unotools/moduleoptions.hxx
@@ -146,7 +146,6 @@ class UNOTOOLS_DLLPUBLIC SvtModuleOptions: public utl::detail::Options
::rtl::OUString GetFactoryName ( EFactory eFactory ) const;
::rtl::OUString GetFactoryShortName ( EFactory eFactory ) const;
::rtl::OUString GetFactoryStandardTemplate( EFactory eFactory ) const;
- ::rtl::OUString GetFactoryWindowAttributes( EFactory eFactory ) const;
::rtl::OUString GetFactoryEmptyDocumentURL( EFactory eFactory ) const;
::rtl::OUString GetFactoryDefaultFilter ( EFactory eFactory ) const;
sal_Bool IsDefaultFilterReadonly ( EFactory eFactory ) const;
@@ -155,8 +154,6 @@ class UNOTOOLS_DLLPUBLIC SvtModuleOptions: public utl::detail::Options
EFactory& eFactory );
void SetFactoryStandardTemplate( EFactory eFactory ,
const ::rtl::OUString& sTemplate );
- void SetFactoryWindowAttributes( EFactory eFactory ,
- const ::rtl::OUString& sAttributes);
void SetFactoryDefaultFilter ( EFactory eFactory ,
const ::rtl::OUString& sFilter );
diff --git a/unotools/inc/unotools/startoptions.hxx b/unotools/inc/unotools/startoptions.hxx
index 7c964960999b..464c2a433446 100644
--- a/unotools/inc/unotools/startoptions.hxx
+++ b/unotools/inc/unotools/startoptions.hxx
@@ -101,22 +101,6 @@ class UNOTOOLS_DLLPUBLIC SvtStartOptions: public utl::detail::Options
//---------------------------------------------------------------------------------------------------------
/*-****************************************************************************************************//**
- @short interface methods to get and set value of config key "org.openoffice.Office.Common/Start/..."
- @descr These options describe internal states to enable/disable features of installed office.
- The values are fixed at runtime - and implemented as readonly!
-
- IsIntroEnabled() : Setting, if the StarOffice Logo is displayed when starting StarOffice.
- Default = true
-
- EnableIntro() : Use it to enable/disable the logo at startup.
-
- @seealso configuration package "org.openoffice.Office.Common/Start"
- *//*-*****************************************************************************************************/
-
- sal_Bool IsIntroEnabled ( ) const ;
- void EnableIntro ( sal_Bool bState ) ;
-
- /*-****************************************************************************************************//**
@short returns or set the connection URL of an office
@descr Specifies the URL for an UNO connection.
No default is given, the URL has to be entered manually by the admin/user.