summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-11-02 16:06:45 +0000
committerjp <jp@openoffice.org>2001-11-02 16:06:45 +0000
commitc27924cc18e86efb413d895d0fa423e8a33f7c82 (patch)
tree9c20e40dedf64d22ba92186ffba9cc23d05af9a2
parent186be94bfe1a8cf6c854c6e34eb716ed35565547 (diff)
Bug #94265#: MakeUserStorage - set share to user filename if the xml file is copied
-rw-r--r--svx/source/editeng/svxacorr.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/editeng/svxacorr.cxx b/svx/source/editeng/svxacorr.cxx
index d7682e0a6edc..be35d628343f 100644
--- a/svx/source/editeng/svxacorr.cxx
+++ b/svx/source/editeng/svxacorr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxacorr.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: hr $ $Date: 2001-07-11 12:20:12 $
+ * last change: $Author: jp $ $Date: 2001-11-02 17:06:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2777,6 +2777,8 @@ void SvxAutoCorrectLanguageLists::MakeUserStorage_Impl()
}
}
}
+ else if( bCopy && !bError )
+ sShareAutoCorrFile = sUserAutoCorrFile;
}
/* -----------------18.11.98 11:26-------------------