[Libreoffice-commits] .: Branch 'integration/dev300_m101' - package/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Mar 11 09:09:25 PST 2011
package/source/xstor/owriteablestream.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d92c61a405e0b6e4d2875367dadce6588ad90073
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Mar 11 12:07:01 2011 -0500
Re-added a method removed during merge.
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx
index ad155cd..ab5a2c0 100644
--- a/package/source/xstor/owriteablestream.hxx
+++ b/package/source/xstor/owriteablestream.hxx
@@ -204,6 +204,7 @@ public:
sal_Bool HasCachedEncryptionData() { return m_bHasCachedEncryptionData; }
::comphelper::SequenceAsHashMap& GetCachedEncryptionData() { return m_aEncryptionData; }
+ sal_Bool IsModified() { return m_bHasDataToFlush || m_bFlushed; }
sal_Bool IsEncrypted();
void SetDecrypted();
More information about the Libreoffice-commits
mailing list