diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 10:31:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 14:27:10 +0100 |
commit | 0bb33605f3ae8fe5e73ccdf862d6d0cb331c40f5 (patch) | |
tree | 0e6af2b2bd9efc4b0977668581de99fa479d02ff /uui/source | |
parent | 66098b0f5457b4f5888549db1677b22095c51248 (diff) |
class vs struct
Diffstat (limited to 'uui/source')
-rwxr-xr-x | uui/source/iahndl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index f02a6a07fb12..5f0fd4fb0596 100755 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -56,7 +56,7 @@ namespace com { namespace sun { namespace star { class XMultiServiceFactory; } namespace security { - class DocumentSignatureInformation; + struct DocumentSignatureInformation; } namespace task { class FutureDocumentVersionProductUpdateRequest; |