diff options
author | David Tardon <dtardon@redhat.com> | 2011-12-19 14:44:10 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-12-22 13:24:47 +0100 |
commit | b80d9acb3e0c3caf7d760b9ee3f5cfaf07bb32cd (patch) | |
tree | 481534da9555f1f6b7a60089c3ca9fda02ce9c5c /vcl/inc | |
parent | ee1eb926550028da6e5e44089d4706798f94e0bb (diff) |
use officecfg/Office/Common.hxx directly
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/gensys.h | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/print.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/generic/gensys.h b/vcl/inc/generic/gensys.h index fd21110a4f97..e485cc50f215 100644 --- a/vcl/inc/generic/gensys.h +++ b/vcl/inc/generic/gensys.h @@ -57,7 +57,6 @@ class VCL_DLLPUBLIC SalGenericSystem : public SalSystem static const char *getFrameResName(); static const char *getFrameClassName(); static rtl::OString getFrameResName( SalExtStyle nStyle ); - static bool enableExperimentalFeatures(); }; #endif // _SV_GENSYS_H diff --git a/vcl/inc/vcl/print.hxx b/vcl/inc/vcl/print.hxx index edb47abf55d6..302670cce840 100644 --- a/vcl/inc/vcl/print.hxx +++ b/vcl/inc/vcl/print.hxx @@ -677,8 +677,6 @@ class VCL_DLLPUBLIC PrinterOptionsHelper ); }; -VCL_DLLPUBLIC bool useSystemPrintDialog(); - } |