summaryrefslogtreecommitdiff
path: root/uui/source/secmacrowarnings.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-30 00:32:52 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-30 00:56:42 +0100
commit049ce78144650d92eb6bd73292868f73d37c9010 (patch)
treef2296358bc0f211620c3b0867568b2c51af5f45f /uui/source/secmacrowarnings.cxx
parentcd41b59eb295c89d3849b9a2089bee8b897ddc06 (diff)
remove local css definitions
follow-up of 66a175834c39ccde9475eac3adb72a843110d01f Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60
Diffstat (limited to 'uui/source/secmacrowarnings.cxx')
-rw-r--r--uui/source/secmacrowarnings.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx
index 070cbc8e2578..8ad4e22f632c 100644
--- a/uui/source/secmacrowarnings.cxx
+++ b/uui/source/secmacrowarnings.cxx
@@ -323,9 +323,9 @@ void MacroWarning::FitControls()
SetSizePixel( aNewSize );
}
-void MacroWarning::SetStorage( const cssu::Reference < css::embed::XStorage >& rxStore,
+void MacroWarning::SetStorage( const css::uno::Reference < css::embed::XStorage >& rxStore,
const ::rtl::OUString& aODFVersion,
- const cssu::Sequence< security::DocumentSignatureInformation >& rInfos )
+ const css::uno::Sequence< security::DocumentSignatureInformation >& rInfos )
{
mxStore = rxStore;
maODFVersion = aODFVersion;
@@ -348,7 +348,7 @@ void MacroWarning::SetStorage( const cssu::Reference < css::embed::XStorage >& r
}
}
-void MacroWarning::SetCertificate( const cssu::Reference< css::security::XCertificate >& _rxCert )
+void MacroWarning::SetCertificate( const css::uno::Reference< css::security::XCertificate >& _rxCert )
{
mxCert = _rxCert;
if( mxCert.is() )