diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-18 23:03:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-18 23:04:20 +0900 |
commit | 40bb1f631b1b79db919474846996e67eb12a9907 (patch) | |
tree | fa11e94920db3c07055801944cfa083696b26c4b /uui | |
parent | 213d5355d78a0a690e366645d6416f4a8fe5e666 (diff) |
removed unused forward declarations of class
Change-Id: I32894b853912741e935e2409d2857fe384f67665
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/lockfailed.hxx | 2 | ||||
-rw-r--r-- | uui/source/secmacrowarnings.hxx | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/uui/source/lockfailed.hxx b/uui/source/lockfailed.hxx index b19dd84169c1..d3561a92c24f 100644 --- a/uui/source/lockfailed.hxx +++ b/uui/source/lockfailed.hxx @@ -30,8 +30,6 @@ #include <vcl/msgbox.hxx> -class CheckBox; - class LockFailedQueryBox : public MessBox { public: diff --git a/uui/source/secmacrowarnings.hxx b/uui/source/secmacrowarnings.hxx index 65d3f0d23c48..edc7731e91fd 100644 --- a/uui/source/secmacrowarnings.hxx +++ b/uui/source/secmacrowarnings.hxx @@ -39,8 +39,6 @@ namespace sun { namespace star { namespace security { class XCertificate; } -namespace xml { namespace crypto { - class XSecurityEnvironment; }} }}} #include <com/sun/star/uno/Sequence.hxx> @@ -50,8 +48,6 @@ namespace css = com::sun::star; namespace cssu = com::sun::star::uno; namespace css = ::com::sun::star; -class HeaderBar; - class MacroWarning : public ModalDialog { private: |